Create a new dataset
Dataset creation options Metadata for creation is optional
Ok
Missing argument
{- "name": "string",
- "projects": [
- "string"
], - "driver": "mongo",
- "driverId": "string",
- "accessLevel": "private",
- "createDefaultRecipe": true,
- "expirationOptions": {
- "itemMaxDays": 0
}, - "indexDriver": "v1",
- "metadata": {
- "datasetType": "binaries",
- "etlOptions": {
- "skipImageEtl": true
}, - "scope": "system",
- "system": {
- "datasetType": "binaries",
- "etlOptions": {
- "skipImageEtl": true
}, - "scope": "system"
}
}
}
{- "name": "New Set Name",
- "projects": [
- "project-id-1",
- "project-id-2"
], - "driver": "mongo",
- "accessLevel": "project",
- "metadata": {
- "system": { },
- "dsType": 1
}
}